lualib

Undocumented in source.

Members

Functions

luaL_openlibs
void luaL_openlibs(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_base
int luaopen_base(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_bit32
int luaopen_bit32(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_coroutine
int luaopen_coroutine(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_debug
int luaopen_debug(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_io
int luaopen_io(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_math
int luaopen_math(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_os
int luaopen_os(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_package
int luaopen_package(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_string
int luaopen_string(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_table
int luaopen_table(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

LUA_BITLIBNAME
enum string LUA_BITLIBNAME;
Undocumented in source.
LUA_COLIBMANE
enum string LUA_COLIBMANE;
Undocumented in source.
LUA_DBLIBNAME
enum string LUA_DBLIBNAME;
Undocumented in source.
LUA_IOLIBNAME
enum string LUA_IOLIBNAME;
Undocumented in source.
LUA_LOADLIBNAME
enum string LUA_LOADLIBNAME;
Undocumented in source.
LUA_MATHLIBNAME
enum string LUA_MATHLIBNAME;
Undocumented in source.
LUA_OSLIBNAME
enum string LUA_OSLIBNAME;
Undocumented in source.
LUA_STRLIBNAME
enum string LUA_STRLIBNAME;
Undocumented in source.
LUA_TABLIBNAME
enum string LUA_TABLIBNAME;
Undocumented in source.

Meta